This download contains two files - "More Frequent DAs" and "Less Restrictive DAs". Both are intended for non-headered V1.1 roms.

"More Frequent DAs" increases the odds of a Desperation Attack occuring from 1/16 to 1/8.

"Less Restrictive DAs" does that, changes Near Fatal status from occuring at 1/8 HP to 1/4 HP, removes the timer that prevents Desperation Attacks from occuring during the first 25 seconds of a battle, and removes the check that disallows a character from using a Desperation Attack more than once. With all these changes combined, characters will enter Near Fatal status at higher HP thresholds, have a higher chance of using their Desperation Attack when they do, can do so at any point of the battle, and can do so multiple times in the can battle.

These changes are very minor so theoretically this should not conflict with any other mods that do not themselves modify Desperation Attack mechanics. If so, this is a listing of the bits changed in this patch so any other mod makers can apply these changes to their own mod if they wish. Addresses are for non-headered roms

------------------------------

C2/15D1: 90 3D	- Change these two bits to "EA EA"
- This is to remove the timer check

C2/15EC: 29 0F	- Change these two bits to "29 07"
- This is to lower the RNG generator and make DAs more likely. Decreasing "07" further will make them even more likely.

C2/15F6: D0 18	- Change these two bits to "EA EA"
- This is to remove the check if the character has already used a DA in the battle

C2/4539: 4A	- Change this bit to "EA"
- This is to change the Near Fatal status to occur at 1/4 HP rather than 1/8 HP
